Click or drag to resize

InstanceType Enumeration

Identifies the type of an appointment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum InstanceType
Members
  Member nameValueDescription
Single0 Specifies that the item is not associated with a recurring appointment.
Occurrence1 Specifies that the item is an occurrence of a recurring appointment.
Exception2 Specifies that the item is an exception to a recurring appointment.
RecurringMaster3 Specifies that the item is the master that contains the recurrence pattern for a appointment.
None4 None.
See Also